home *** CD-ROM | disk | FTP | other *** search
/ Sprite 1984 - 1993 / Sprite 1984 - 1993.iso / lib / include / spriteString.h < prev    next >
Encoding:
C/C++ Source or Header  |  1991-10-09  |  863 b   |  27 lines

  1. /*
  2.  * spriteString.h --
  3.  *
  4.  *    Declarations for Sprite string-handling routines.
  5.  *
  6.  * Copyright 1991 Regents of the University of California
  7.  * Permission to use, copy, modify, and distribute this
  8.  * software and its documentation for any purpose and without
  9.  * fee is hereby granted, provided that this copyright
  10.  * notice appears in all copies.  The University of California
  11.  * makes no representations about the suitability of this
  12.  * software for any purpose.  It is provided "as is" without
  13.  * express or implied warranty.
  14.  *
  15.  * $Header: /sprite/src/lib/include/RCS/spriteString.h,v 1.1 91/10/03 22:55:15 kupfer Exp $ SPRITE (Berkeley)
  16.  */
  17.  
  18. #ifndef _SPRITESTRING
  19. #define _SPRITESTRING
  20.  
  21. #include <cfuncproto.h>
  22.  
  23. extern char **String_SaveArray _ARGS_ ((char **origPtr));
  24. extern char **String_FreeArray _ARGS_ ((char **stringsPtr));
  25.  
  26. #endif /* _SPRITESTRING */
  27.